type runtime.fixalloc
12 uses
runtime (current package)
mfixalloc.go#L31: type fixalloc struct {
mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
mheap.go#L204: spanalloc fixalloc // allocator for span*
mheap.go#L205: cachealloc fixalloc // allocator for mcache*
mheap.go#L206: specialfinalizeralloc fixalloc // allocator for specialfinalizer*
mheap.go#L207: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L208: specialReachableAlloc fixalloc // allocator for specialReachable
mheap.go#L209: specialPinCounterAlloc fixalloc // allocator for specialPinCounter
mheap.go#L210: specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
mheap.go#L212: arenaHintAlloc fixalloc // allocator for arenaHints
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |